home *** CD-ROM | disk | FTP | other *** search
/ Savor the Moment - Entert…ing Without Reservations / Savoe the Moment - Entertaining Without Reservations.iso / pc / CookCommite.dxr / 00022.ls < prev    next >
Encoding:
Text File  |  1999-10-03  |  329 b   |  14 lines

  1. on mouseDown
  2.   tell window("miaw")
  3.     if the soundEnabled = 1 then
  4.       member("loop").volume = 0
  5.       pause(member("loop"))
  6.       set the soundEnabled to not (the soundEnabled)
  7.     else
  8.       member("loop").volume = 150
  9.       play frame member("loop")
  10.       set the soundEnabled to the soundEnabled
  11.     end if
  12.   end tell
  13. end
  14.